docs(readme): fix retired marketplace badges (vsmarketplacebadges.dev)#17
Conversation
…placebadges.dev shields.io retired its `visual-studio-marketplace/v/` and `/i/` endpoints — the badges now render with a literal "retired badge" label because the upstream VS Code Marketplace API stopped responding reliably. Switching to vsmarketplacebadges.dev's `version-short` and `installs-short` endpoints, which are the community-maintained replacement that every major extension (vscode-eslint, prettier-vscode, etc.) uses today. The IDE lint flags `.svg` image sources for the in-VS-Code README preview's CSP. That warning is informational, not blocking — the marketplace listing renders SVG badges fine, and the GitHub README likewise. Same pattern as the existing `actions/workflows/*/badge.svg` URLs that already ship in this file. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
The README's marketplace and installs badges have been showing "retired badge" because shields.io retired its `visual-studio-marketplace/v/` and `/i/` endpoints — the upstream VS Code Marketplace API stopped responding reliably.
Swapping for vsmarketplacebadges.dev, the community-maintained replacement that every major extension (vscode-eslint, prettier-vscode, etc.) uses today.
What changed
```diff

-
+
-

+
```
Verified
Notes
The IDE's markdown lint flags `.svg` image sources as warnings (line 5 + line 7 of README.md). False positive — the marketplace listing and GitHub both render SVG badges fine. Same pattern as the existing `actions/workflows/*/badge.svg` URLs that already ship in this file.
🤖 Generated with Claude Code